Package-level declarations

Types

Link copied to clipboard

内容组件抽象基类 所有自定义内容组件需继承此类

Link copied to clipboard

内容组件数据抽象基类 所有自定义内容组件数据需继承此类

Link copied to clipboard

可分割内容组件抽象基类 用于需要根据屏幕高度和宽度分割显示的组件

Link copied to clipboard

内容组件数据的JSON序列化器接口 用于将AbstractContentComponentData与JSON互转

Link copied to clipboard
@Serializable
data class ImageComponentData(val uri: Uri) : AbstractContentComponentData

图片组件数据 用于在章节内容中嵌入一张图片

Link copied to clipboard
@Serializable
data class SimpleTextComponentData(val text: String) : AbstractContentComponentData

简单文本组件数据 用于在章节内容中嵌入纯文本段落